projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df1f4e5
)
Make this horror a tad easier to build.
author
robertl
<robertl>
Sat, 1 Jul 2006 19:54:41 +0000
(19:54 +0000)
committer
robertl
<robertl>
Sat, 1 Jul 2006 19:54:41 +0000
(19:54 +0000)
mkicondoc.c
patch
|
blob
|
history
diff --git
a/mkicondoc.c
b/mkicondoc.c
index c099dc5dbeb293419b8fcff9ff7f3d5bf71e04c7..ac4d30b8f9f00f3cd7ecb092a2dc297529e5c38f 100644
(file)
--- a/
mkicondoc.c
+++ b/
mkicondoc.c
@@
-1,6
+1,12
@@
#include <stdarg.h>
#include <stdio.h>
-#include "garmin_tables.h"
+#include "fatal.c"
+#include "util.c"
+#include "cet.c"
+#define VERSION "1"
+#include "globals.c"
+
+
tbl_ent(int n, ...)
{
@@
-24,6
+30,7
@@
printf("\n");
}
+#include "garmin_tables.c"
sort_garmin(const void *a, const void *b)
{
const icon_mapping_t *ap = a;